home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TFRM_MLADATABASE / TFRM_MLADATABASE.txt
Text File  |  2010-10-15  |  3KB  |  174 lines

  1. object frm_MLADatabase: Tfrm_MLADatabase
  2.   Left = 307
  3.   Top = 377
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Database'
  6.   ClientHeight = 231
  7.   ClientWidth = 530
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pnlBottom: TTntPanel
  19.     Left = 0
  20.     Top = 194
  21.     Width = 530
  22.     Height = 37
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 2
  26.     object btCancel: TTntButton
  27.       Left = 427
  28.       Top = 8
  29.       Width = 75
  30.       Height = 23
  31.       Cancel = True
  32.       Caption = 'Cancel'
  33.       ModalResult = 2
  34.       TabOrder = 0
  35.     end
  36.     object btOK: TTntButton
  37.       Left = 347
  38.       Top = 8
  39.       Width = 75
  40.       Height = 23
  41.       Caption = 'OK'
  42.       Default = True
  43.       TabOrder = 1
  44.       OnClick = btOKClick
  45.     end
  46.   end
  47.   object grpConnection: TTntGroupBox
  48.     Left = 0
  49.     Top = 0
  50.     Width = 530
  51.     Height = 99
  52.     Align = alTop
  53.     Caption = 'Connection'
  54.     TabOrder = 0
  55.     object Label1: TTntLabel
  56.       Left = 10
  57.       Top = 27
  58.       Width = 49
  59.       Height = 13
  60.       Caption = 'Database:'
  61.     end
  62.     object lbUserName: TTntLabel
  63.       Left = 10
  64.       Top = 67
  65.       Width = 87
  66.       Height = 13
  67.       Caption = 'Username:'
  68.     end
  69.     object Label2: TTntLabel
  70.       Left = 293
  71.       Top = 27
  72.       Width = 63
  73.       Height = 13
  74.       Caption = 'Server:'
  75.     end
  76.     object Label3: TTntLabel
  77.       Left = 293
  78.       Top = 67
  79.       Width = 63
  80.       Height = 13
  81.       Caption = 'Password:'
  82.     end
  83.     object btDatabase: TTntButton
  84.       Left = 254
  85.       Top = 24
  86.       Width = 22
  87.       Height = 20
  88.       Caption = '...'
  89.       TabOrder = 1
  90.       OnClick = btDatabaseClick
  91.     end
  92.     object txtUsername: TTntEdit
  93.       Left = 102
  94.       Top = 64
  95.       Width = 175
  96.       Height = 21
  97.       TabOrder = 3
  98.     end
  99.     object txtPassword: TTntEdit
  100.       Left = 355
  101.       Top = 64
  102.       Width = 153
  103.       Height = 21
  104.       PasswordChar = '*'
  105.       TabOrder = 4
  106.     end
  107.     object txtServer: TTntEdit
  108.       Left = 355
  109.       Top = 24
  110.       Width = 153
  111.       Height = 21
  112.       TabOrder = 2
  113.     end
  114.     object txtDatabase: TTntEdit
  115.       Left = 102
  116.       Top = 24
  117.       Width = 151
  118.       Height = 21
  119.       TabOrder = 0
  120.     end
  121.   end
  122.   object grpDatabase: TTntGroupBox
  123.     Left = 0
  124.     Top = 99
  125.     Width = 530
  126.     Height = 95
  127.     Align = alClient
  128.     Caption = 'Database'
  129.     TabOrder = 1
  130.     object lbSyntax: TTntLabel
  131.       Left = 16
  132.       Top = 28
  133.       Width = 73
  134.       Height = 13
  135.       Caption = 'Syntax'
  136.     end
  137.     object lbDriver: TTntLabel
  138.       Left = 16
  139.       Top = 68
  140.       Width = 65
  141.       Height = 13
  142.       Caption = 'Driver'
  143.     end
  144.     object cmbSyntax: TTntComboBox
  145.       Left = 102
  146.       Top = 24
  147.       Width = 407
  148.       Height = 21
  149.       Style = csDropDownList
  150.       ItemHeight = 13
  151.       ItemIndex = 0
  152.       TabOrder = 0
  153.       Text = 'MySQL'
  154.       OnChange = cmbSyntaxChange
  155.       Items.Strings = (
  156.         'MySQL'
  157.         'MS Access'
  158.         'MS SQL Server')
  159.     end
  160.     object cmbDriver: TTntComboBox
  161.       Left = 102
  162.       Top = 64
  163.       Width = 407
  164.       Height = 21
  165.       Style = csDropDownList
  166.       Enabled = False
  167.       ItemHeight = 13
  168.       TabOrder = 1
  169.       Items.Strings = (
  170.         'OLE DB')
  171.     end
  172.   end
  173. end
  174.